home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Mac / Lib / test / twin.py < prev   
Encoding:
Text File  |  1996-03-25  |  162 b   |  10 lines  |  [TEXT/Pyth]

  1. # Test Win module
  2.  
  3. from Win import *
  4.  
  5. r = (40, 40, 400, 300)
  6. w = NewWindow(r, "Hello world", 1, 0, -1, 1, 0x55555555)
  7. w.DrawGrowIcon()
  8. import time
  9. time.sleep(10)
  10.